home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global blueRect
- if (the mouseH > 275) and (the mouseH < 331) then
- set blueRect to the rect of sprite 43
- set the castNum of sprite 43 to 818
- spriteBox(43, -30, -30, 700, 540)
- set the locH of sprite 44 to 129
- set the locV of sprite 44 to 90
- if the locH of sprite 31 > 0 then
- set the castNum of sprite 44 to 812
- else
- set the castNum of sprite 44 to 813
- end if
- end if
- updateStage()
- end
-